* xfaces.c (make_face_cache): For struct face_cache, prefer
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 30 Jul 2013 13:40:46 +0000 (17:40 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 30 Jul 2013 13:40:46 +0000 (17:40 +0400)
commitd827857d447b2b804358a4f4137efe63d81b5e00
tree2cbf6773a06d219fac97004bcb6958043e488d1c
parent347d7408a5017aa728a412af9190ff57e9e860b4
* xfaces.c (make_face_cache): For struct face_cache, prefer
xmalloc to xzalloc and so avoid redundant call to memset.
(Finternal_set_lisp_face_attribute): Fix comment typo and style.
src/ChangeLog
src/xfaces.c